Include headers in babl.h as system headers
authorMartin Nordholts <martinn@src.gnome.org>
Fri, 20 Feb 2009 21:10:03 +0000 (21:10 +0000)
committerMartin Nordholts <martinn@src.gnome.org>
Fri, 20 Feb 2009 21:10:03 +0000 (21:10 +0000)
svn path=/trunk/; revision=392

ChangeLog
babl/babl.h

index 175f9a82df89c51e2a9c46e94d148a7af0c1bd43..86a7be4187e8a54541fa21c1e5957036e80098f7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-02-20  Martin Nordholts  <martinn@svn.gnome.org>
+
+       * babl/babl.h: Include headers in babl.h as system headers
+
 2009-01-26  Sven Neumann  <sven@gimp.org>
 
        * babl/babl.h
index e8d6fcae4a05da369b97943456b35853150be3e4..c9d7608ac5937cbe0cffc97b03513122b41a2150 100644 (file)
@@ -20,9 +20,9 @@
 #define _BABL_H
 
 #define BABL_INSIDE_BABL_H
-#include "babl-version.h"
-#include "babl-macros.h"
-#include "babl-types.h"
+#include <babl/babl-macros.h>
+#include <babl/babl-types.h>
+#include <babl/babl-version.h>
 #undef BABL_INSIDE_BABL_H